toggle menu
Dropdown
common
switch theme
search in API
dropdown
/
[root]
/
AnimationProp
Animation
Prop
data
class
AnimationProp
(
val
enterDuration
:
Int
,
val
exitDuration
:
Int
,
val
delay
:
Int
=
0
,
val
easing
:
Easing
,
val
initialAlpha
:
Float
=
0.92f
)
Members
Constructors
Animation
Prop
Link copied to clipboard
constructor
(
enterDuration
:
Int
,
exitDuration
:
Int
,
delay
:
Int
=
0
,
easing
:
Easing
,
initialAlpha
:
Float
=
0.92f
)
Properties
delay
Link copied to clipboard
val
delay
:
Int
=
0
easing
Link copied to clipboard
val
easing
:
Easing
enter
Duration
Link copied to clipboard
val
enterDuration
:
Int
exit
Duration
Link copied to clipboard
val
exitDuration
:
Int
initial
Alpha
Link copied to clipboard
val
initialAlpha
:
Float
=
0.92f